Skip to content

Conversation

chowhasansaadat
Copy link

Comment on lines 633 to +635
let previews = null
if (PreviewComponent !== null) {
previews = files.map(f => {
previews: any = files.map(f => {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it should be following

let previews: any = null
if (PreviewComponent !== null) {
      previews = files.map(f => {

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants